QuickOPC User's Guide and Reference
CurrentState Property (UADiscreteItemNode<TValue,TAttribute>)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataAccess Namespace > UADiscreteItemNode<TValue,TAttribute> Class : CurrentState Property
The current value of the variable (node), expressed as a string.
Syntax
'Declaration
 
<NotNullAttribute()>
Public MustOverride ReadOnly Property CurrentState As String
'Usage
 
Dim instance As UADiscreteItemNode(Of TValue,TAttribute)
Dim value As String
 
value = instance.CurrentState
[NotNull()]
public abstract string CurrentState {get;}
[NotNull()]
public:
abstract property String^ CurrentState {
   String^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also